home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 90 / CD Actual 90.iso / Software3D / VirtualLight / VLight1.3win32.exe / Examples / Level2 / mirror1.vib < prev    next >
Encoding:
Text File  |  2002-10-07  |  894 b   |  26 lines

  1. // VirtuaLight VIB-Structure
  2.  
  3. Camera [ (4,7,-15),(0,1.5,0),(0,1,0) FieldOfView 35 Format(320,240) FrameAspectRatio 4/3 ]
  4.  
  5. SpotLight [ (-2,10, -12),(0,2,2),8,12.5,0 MediaInteraction  Decay LINEAR  Intensity '1,1,1'*46 ]
  6.  
  7. Photons(0, 0.42, 0)
  8. Media(MIE, 40, 16, 0.25, 0.1)
  9.  
  10. Shape [ Polygon(4, (-2.5, 0, 0), (-2.5, 5, -0.1), (2.5, 5, -0.1), (2.5, 0, 0)) mirror ]
  11.  
  12. Shape [ Disk((0, 0, 0), (0, 1, 0), 100) ground ]
  13.  
  14. Shape [ Sphere((2.5, .6, -3.5), .6) glass_Y ]
  15. Shape [ Sphere((0.5, .6, -5), .6) glass_Y ]
  16. Shape [ Sphere((-3, .6, -2.5), .6) glass_Y ]
  17.  
  18. Shape [ Cone((-1.5,0,-2.5), 0.5, (-1.5,2,-2.5), 0.15) glass_R ]
  19. Shape [ Sphere((-1.5, 2.3, -2.5), 0.35)  glass_R ]
  20.  
  21. Shape [ Cone((0,0,-2), 0.5, (0,2,-2), 0.15) glass_G ]
  22. Shape [ Sphere((0, 2.3, -2), 0.35)  glass_G ]
  23.  
  24. Shape [ Cone((1.5,0,-3), 0.5, (1.5,2,-3), 0.15) glass_B ]
  25. Shape [ Sphere((1.5, 2.3, -3), 0.35)  glass_B ]
  26.